home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mastering Web Site Development
/
Microsoft Mastering Web Site Development (Microsoft) (1997).iso
/
Media
/
Ch03
/
W03D045.cc2
< prev
next >
Wrap
Text File
|
1997-04-24
|
770b
|
15 lines
0, In Lab 3, you will setup the State University
4, database on either Microsoft SQL Server or Microsoft
7, Access. Then you will create Web pages that allow the
12, user to browse information about classes. First,
15, you will use the Data Form Wizard to generate three
18, .asp files. They will display the classes from
21, State University. One view will display the classes
25, in a list format. The other view will display the
28, classes in a form format. Finally, you will use the
32, Data Range Header and Data Range Footer controls
35, to create an .asp file with a customized display.
39, You will build a query to select all classes,
42, their majors, the major descriptions, and display
46, those records in a table format.
49, END